home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / graphics / zoom.zoo / read.me < prev    next >
Text File  |  1991-04-12  |  1KB  |  38 lines

  1.                                 ZOOMACC
  2.                                 -------
  3.  
  4. This accessory opens a window on your screen which zooms the pixels around
  5. your mouse by 8 times.  As long as the zoom window is topped, the zoom view
  6. will change as the mouse is moved.  The zooming is as fast as I could make it,
  7. but improvements could probably be made.  It's as fast as I need it, anyway.
  8.  
  9. The program was written with Lattice C V5.06.02, and comes in two guises:
  10. one (the normal) is an accessory, the other can be run as either a GEM program
  11. or as an accessory if you feel that way inclined.  It is written in C with some
  12. small assembler routines for speed.
  13.  
  14. Limitations: only works on monochrome screens, but will probably work on large
  15. (A3) screens OK as the screen size is not hard-wired into the code, but is
  16. obtained from the Line A structure.  If you try to run on a colour screen, the
  17. accessory will not install (an error message is given) and will lie dormant in
  18. memory.  Sorry about this, but I don't have a colour monitor to debug the code
  19. on.
  20.  
  21.                                 MANIFEST
  22.                                 --------
  23.  
  24. The following files are included:
  25. MAKEFILE
  26. QBLIT.S
  27. ZOOMACC.ACC
  28. ZOOMACC.C
  29. ZOOMACC.PRG
  30. ZOOMLINE.S
  31.  
  32. You may modify the source and use any part in your own programs.  I would be
  33. grateful for any improvements or suggestions.
  34.  
  35. ----------
  36. Chris Ridd: riddcj@uk.ac.bham.cs
  37. 7 April 1991
  38.